Autogenerated HTML docs for v2.4.1-314-g9532e 
diff --git a/config.txt b/config.txt index 948b8b0..0f668bb 100644 --- a/config.txt +++ b/config.txt 
@@ -624,6 +624,12 @@  If set to "auto", `git-commit` would select a character that is not  the beginning character of any line in existing commit messages.   +core.packedRefsTimeout:: +	The length of time, in milliseconds, to retry when trying to +	lock the `packed-refs` file. Value 0 means not to retry at +	all; -1 means to try indefinitely. Default is 1000 (i.e., +	retry for 1 second). +  sequence.editor:: 	Text editor used by `git rebase -i` for editing the rebase instruction file. 	The value is meant to be interpreted by the shell when it is used. @@ -1569,6 +1575,19 @@ 	If set, store cookies received during requests to the file specified by 	http.cookieFile. Has no effect if http.cookieFile is unset.   +http.sslCipherList:: + A list of SSL ciphers to use when negotiating an SSL connection. + The available ciphers depend on whether libcurl was built against + NSS or OpenSSL and the particular configuration of the crypto + library in use. Internally this sets the 'CURLOPT_SSL_CIPHER_LIST' + option; see the libcurl documentation for more details on the format + of this list. ++ +Can be overridden by the 'GIT_SSL_CIPHER_LIST' environment variable. +To force git to use libcurl's default cipher list and ignore any +explicit http.sslCipherList option, set 'GIT_SSL_CIPHER_LIST' to the +empty string. +  http.sslVerify:: 	Whether to verify the SSL certificate when fetching or pushing 	over HTTPS. Can be overridden by the 'GIT_SSL_NO_VERIFY' environment @@ -2279,18 +2298,18 @@    remote.<name>.receivepack:: 	The default program to execute on the remote side when pushing. See -	option \--receive-pack of linkgit:git-push[1]. +	option --receive-pack of linkgit:git-push[1].    remote.<name>.uploadpack:: 	The default program to execute on the remote side when fetching. See -	option \--upload-pack of linkgit:git-fetch-pack[1]. +	option --upload-pack of linkgit:git-fetch-pack[1].    remote.<name>.tagOpt:: -	Setting this value to \--no-tags disables automatic tag following when -	fetching from remote <name>. Setting it to \--tags will fetch every +	Setting this value to --no-tags disables automatic tag following when +	fetching from remote <name>. Setting it to --tags will fetch every 	tag from remote <name>, even if they are not reachable from remote 	branch heads. Passing these flags directly to linkgit:git-fetch[1] can -	override this setting. See options \--tags and \--no-tags of +	override this setting. See options --tags and --no-tags of 	linkgit:git-fetch[1].    remote.<name>.vcs::